home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / bbs / srview12.zip / SYSOP.DOC < prev    next >
Text File  |  1997-04-30  |  9KB  |  323 lines

  1.                                SRView Door
  2.                                -----------
  3.  
  4.  SRView the first utility that will let your users see all the bulletins
  5. that all the Solar Realms IBBS games create with out having to go into the
  6. games to see them. Thus not locking down nodes on all of the SRGAMES. 
  7.  
  8.  
  9. Licensing and Distribution
  10. --------------------------
  11. This program is Shareware. To register send 5$ :
  12.  
  13.                        B Turner
  14.                        SMYC Software
  15.                        12235 China Lake DR
  16.                        Dallas Texas 75253
  17.  
  18. Registration will display your name at start up and give you the great
  19. feeling that you are of the rare breed of honest SysOps. As well as letting
  20. you see all the top scores of each selection. (Local log in will show this
  21. as well)   
  22.  
  23. If this Program kill's your Hd or hurt's your bbs I am sorry, But that is
  24. about it. I will hold NO responsibility for anything that Happens to your
  25. System, or personal Life.. :)
  26.  
  27.  
  28. Installation
  29. ------------
  30. First I am hoping that you have the knowlege to unzip files as well as
  31. edit files with your favorite editor. If you are running BRE,TAL, or FE
  32. I would assume that you have this knowledge. 
  33.  
  34. Once you have unzipped the SRVIEW??.ZIP into the directory that you want
  35. to keep it in, Next you will have to edit your SRVIEW.CFG file.
  36.  
  37. The following drop files are supported by The SRView Door.
  38.  
  39.    PCBOARD.SYS     DORINFOx.DEF
  40.    USERS.SYS       SFDOORS.DAT
  41.    DOOR.SYS        USERINFO.DAT
  42.    CALLINFO.BBS
  43.  
  44. Edit the file SRVIEW.CFG to fit your needs.
  45. For Example:
  46.  
  47. ;C:\BBS\DOOR.SYS  <--- Path to drop file
  48. ;RabbitLand II    <--- BBS Name
  49. ;Bryan            <--- Sysop's first name
  50. ;Turner           <--- Sysop's last name
  51. ;abcd             <--- Registration Code
  52.  
  53. Add the command line below to your batch file to start the door.
  54.  
  55. SRVIEW SRVIEW.CFG
  56.  
  57. For Example:
  58.  
  59. @ECHO OFF
  60. C:
  61. CD\SRVIEW
  62. SRVIEW SRVIEW.CFG      <-----Command Line that starts the door.
  63. CD\RA
  64.  
  65. To run the door in LOCAL mode type SRVIEW SRVIEW.CFG /L. Or run the run.bat
  66. that I included with this archive.
  67.  
  68. For Multi node you simply have more than one Config File for each node.
  69. An example of this would be SRVIEW1.CFG SRVIEW2.CFG. When you call it you
  70. pass the node number to the Batch file.
  71.  
  72. For Remote Access you would have a type 7 exit and on the Options line
  73. you would have the following:
  74.  
  75. *C /ra/SRVIEW/SRVIEW.bat *n *m
  76.  
  77. and for your Batch file you would have the following:
  78.  
  79. cd\ra\SRVIEW
  80. SRVIEW SRVIEW%1.cfg     <---- %1 will be changed to the Node Number
  81. cd\ra
  82.  
  83. Next you will need to make a League.CFG file. To make this easier I have
  84. enclosed a LEAGUE.SAM that you can rename to the CFG.:
  85.  
  86. copy league.sam league.cfg
  87.  
  88. The league.cfg is a repeated file. Where as if you look at the lines they are 
  89. the same all the way down but different for each league. Here is an example:
  90.  
  91. c:\ra\bre011
  92. Linear
  93. c:\ra\bre012
  94. Linear2
  95.  
  96. Each league that you will add will take 4 lines. 
  97.  
  98. c:\ra\bre011 <--- Path to SRGAME. (No Backslash)
  99. Linear       <--- Description of game (not over 20)
  100.  
  101. then you repeat. This will just go on and on for each league (Up to 30
  102. leagues.) 
  103.  
  104. *******NOTE!******
  105. If you changed ANY of your scores files output in Resource.dat you will need 
  106. to change them back. I am running off of Mehul's Defaults and where they 
  107. are with out any change ups.  The Reason that you changed them is probably 
  108. to have them on a menu so your users can do what this program is designed for. 
  109.  
  110. The defaults for BRE and FE are ANS and TXT files, and the default's for TAL 
  111. are ANS and ASC. All the file names are the same for all 3.
  112.  
  113.  
  114. Once you finished making your league.cfg file you will need to compile it into 
  115. the dat file. To do this you will need to run SRVIEW MAKE:
  116. Example:
  117.  
  118. SRVIEW MAKE <Enter>
  119.  
  120. This will go out and confirm what each league is and that your paths are 
  121. correct. If you get ANY errors when running this part of the program then you
  122. do not have a path correct in the League.CFG file. Confirm that all your
  123. paths are correct and re run it.
  124.  
  125. Anytime that you add a league you will need to run SRVIEW MAKE to update the 
  126. LEAGUE.DAT file that SRVIEW reads.
  127.  
  128. Fossil Driver Support
  129. ---------------------
  130. This door supports the use of Fossil drivers.  To tell it to use the
  131. Fossil driver instead of the standard COM ports, just put /FD on the
  132. command line when running the door. For example:
  133.      SRVIEW SRVIEW.CFG /FD
  134. indicates that a Fossil driver is present and should be used. If no Fossil
  135. driver is detected, the door will print a message to that effect and exit
  136. the door gracefully.
  137.  
  138. Environment Variables
  139. ---------------------
  140. This door supports COM 1-4 on the standard IRQ's -
  141. COM1/COM3 = IRQ4 and COM2/COM4 = IRQ3. If you wish to use a non-standard IRQ,
  142. add the IRQ number after the configuration filename. Let's assume you want
  143. to use COM1 and IRQ5. The command line passed to SRVIEW would be:
  144.     SRVIEW SRVIEW.CFG /5  or
  145.     SRVIEW SRVIEW.CFG /%IRQ%  for the environment variable.
  146. The /5 tells the door to use IRQ5 rather than the standard IRQ4
  147. that is normally used with COM1. No /x parameter is needed for the standard
  148. IRQ's.
  149.  
  150. When specifying the location of the system file on line 1 of the SRVIEW.CFG
  151. file, you may use the environment variables %pcbdrive%, %pcbdir%, %pcbnode%,
  152. and %wcnodeid%. Some examples:
  153.  PCBoard:
  154.    USERS.SYS in C:\PCB           - %pcbdrive%%pcbdir%\USERS.SYS
  155.    USERS.SYS in C:\PCB\NODE1     - %pcbdrive%%pcbdir%\NODE%pcbnode%\USERS.SYS
  156.  
  157.  Wildcat!:
  158.    USERINFO.DAT in C:\WC\NODE1   - C:\WC\NODE%wcnodeid%
  159.  
  160. Non-PCBoard systems may use the PCB environment variables by setting them
  161. in either AUTOEXEC.BAT or in the batch that runs the door. For example:
  162.  SET PCBDRIVE=C:
  163.  SET PCBDIR=\BBSDIR
  164.  SET PCBNODE=1
  165.  
  166. 486DX CPU's
  167. -----------
  168. Some math coprocessors in 486DX CPUs cannot handle floating point math.
  169. This can show up as an ERROR 5, a keyboard timeout, etc.
  170.  
  171. Fortunately there is an easy fix for this problem. Simply place the following
  172. line in the AUTOEXEC.BAT file:
  173.  
  174.     SET NO87=ON
  175.  
  176.  
  177. Support BBS:
  178. ------------
  179. RabbitLand II    1-972-286-3443/3992     Fido 1:124/7013  Linear 121:2110/101
  180. Bryan Turner
  181.  
  182.  
  183. Special Thanks:
  184. ---------------
  185.  Well I have to Start by thanking Mehul Patel for making Such a great game
  186. and to all the Player's that make if fun to play.
  187.  But I have to thank David Moses for getting me Started in this, and for being
  188. up at 12:30am to tell me that I can't spell. Thanks David! (I think)
  189.  
  190.  And to my Beta Testers for this Version:
  191.    Glen O'Gorman   The Apollo BBS, Grand Prairie Texas  1-972-237-0321
  192.    Daniel Fleming  The Stronghold, Mesquite Texas       1-972-203-1782
  193.    Bob Oakes       The T.C.C. BBS, Tacoma Washington    1-206-474-0931
  194.  
  195. Where to find this Utility?
  196. ------------------------
  197. Freq SRVIEW from 1:124/7013
  198. Or Call 1-972-286-3443 / 286-3992 and Look in the Bre File Directory
  199.  
  200.  
  201. Other Products from SMYC Software (All can be freqed from 1:124/7013):
  202.  
  203. Baby Derby
  204. ----------
  205. Let your users join in the fun of your upcoming Baby. Lets your users
  206. Guess on the date, weight, time of day, and Sex of your baby. You can
  207. use this for your users babies as well. Freeware!
  208. FREQ  -  BABY
  209.  
  210. Echo Request Door
  211. -----------------
  212. Let your users tell you what echos they want by actually going through
  213. your *.na files. has option to let them write you netmail or actually
  214. turn on the echo it's self via areafix to your hub. Shareware 10$
  215. FREQ  -  EREQ
  216.  
  217. Request
  218. -------
  219. Let your users  request the files they read about in the Echos. This
  220. utility will write the Netmail to the Long Distance node telling him/her
  221. where the user saw about the file, and put it on hold for you to decide
  222. if you want to release it or not. Freeware
  223. FREQ - REQUEST
  224.  
  225. Bre User Survey Door
  226. --------------------
  227. Let you Player's in your BRE league vote as to how that want the next
  228. reset set up.  Includes SysOp functions so that you can send the
  229. average votes to the League Coordinator as well as reset & view the
  230. names of who voted.
  231. Shareware 10$
  232. FREQ - BUSD
  233.  
  234. Address Showr'
  235. --------------
  236. Let your users see there E-mail address on your bbs.
  237. Freeware!
  238. FREQ  - ADDRESS
  239.  
  240. SRVIEW
  241. ------
  242.  SRView the first utility that will let your users see all the bulletins
  243. that all the Solar Realms IBBS games create with out having to go into the
  244. games to see them. Thus not locking down nodes on all of the SRGAMES. 
  245. Shareware 5$
  246. FREQ  -  SRVIEW
  247.  
  248. POLL
  249. ----
  250. This is another one of my Save Time Utils, although I should have read
  251. the doc's that came with InterMail as it does the same thing that this
  252. does, although this is easyer to understand. Poll will write a message 
  253. to as meny node numbers that you would like at one time, Thus making your
  254. system Poll them to get your mail. 
  255. FREEWARE!
  256. FREQ - POLL
  257.  
  258. HUBMAKE
  259. -------
  260. This is a real simple Util that will create a text file with everyones address
  261. in it to send a message out to the entire Network of your choice. 
  262. FREEWARE!
  263. FREQ - HUBMAKE
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275.  
  276.  
  277.  
  278.  
  279.  
  280.  
  281.  
  282.  
  283.  
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290.  
  291.  
  292.  
  293.  
  294.  
  295.  
  296.  
  297.  
  298.  
  299.  
  300.  
  301.  
  302.  
  303.  
  304.  
  305.  
  306.  
  307.  
  308.  
  309.  
  310.  
  311.  
  312.  
  313.  
  314.  
  315.  
  316.  
  317.  
  318.  
  319.  
  320.  
  321. You are actually looking for this?
  322. Get a Life..   That's it Go home!!!!
  323. :)